home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / toc.dir / reviews_40.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  193 b   |  9 lines

  1. on exitFrame
  2.   if netPresent() = 0 then
  3.     alert("Attempting to connect to Internet address http://www.adultdex.com...")
  4.   else
  5.     gotoNetPage("http://www.adultdex.com")
  6.   end if
  7.   go(9)
  8. end
  9.